home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 984 b | 48 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: ODFDraw.hpp
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef ODFDRAW_HPP
- #define ODFDRAW_HPP
-
- #if !defined(FW_BUILD_MAC)
-
- // ----- Foundation Includes -----
-
- #include "FWCommon.h"
- #include "FWTaskG.h"
- #include "FWDebug.h"
- #include "FWExcLib.h"
- #include "FWCollec.h"
- #include "FWRefCnt.h"
- #include "FWMemory.h"
- #include "FWNotifn.h"
- #include "FWRunTyp.h"
- #include "FWStream.h"
- #include "FWString.h"
-
- // ----- OS Includes -----
-
- #include "FWFiles.h"
- #include "FWResour.h"
- #include "FWMenu.h"
- #include "FWEvents.h"
- #include "FWGraphx.h"
- #include "FWIntl.h"
- #include "FWOSMisc.h"
- #include "FWODMisc.h"
- #include "FWWindow.h"
-
- // ----- Framework Includes -----
-
- #include "FWPart.h"
- #include "FWGadgts.h"
-
- #endif
-
- #endif